home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Graphics_Utils
/
Video Easel
/
Scripts
/
Startup.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
841b
|
25 lines
/*************************************************************************
** **
** The Video-Easel Startup-Script **
** Put REXX-commandos to be executed at startup here... **
** © THOR 1995 **
*************************************************************************/
/* Supply this library for drawcircle... */
call addlib('rexxmathlib.library',0,-30,0)
'addrxmenu' 'drawcircle.rexx' '"Draw Circle"'
'addrxmenu' 'importxlife.rexx' '"Import XLife..."'
/* Produce nicer title... */
'offverify'
'openapp' 'Title'
'waitcomplete'
'openpic' 'Title.pic'
'waitcomplete'
'onverify'
'menu' 'Project' 'About'
/* Add more menus or other rexx-commandos here... */